vcAppendToListStatement
Statement that joins source variable to the target variable. Both source and target variables can be lists, but don't have to be.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| AllowDuplicates | Boolean | RW | Gets or sets value defining whether already existing values should be added to the target. |
| SourceVariableName | String | RW | Gets or sets the name of the variable from which values are copied. |
| TargetVariableName | String | RW | Gets or sets the name of the variable where values are appended. |